net/http.http2outflow.n (field)
9 uses
net/http (current package)
h2_bundle.go#L1380: n int32
h2_bundle.go#L1391: n := f.n
h2_bundle.go#L1392: if f.conn != nil && f.conn.n < n {
h2_bundle.go#L1393: n = f.conn.n
h2_bundle.go#L1402: f.n -= n
h2_bundle.go#L1404: f.conn.n -= n
h2_bundle.go#L1411: sum := f.n + n
h2_bundle.go#L1412: if (sum > n) == (f.n > 0) {
h2_bundle.go#L1413: f.n = sum
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |